home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / Commands1.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  2KB  |  49 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Commands" oor:package="org.openoffice.Office.UI" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains general information about ~ and rules, and about actions based on office commands.</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="LabelType">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Provides a mapping between commands and their textual representation on the user interface.</desc>
  16.             </info>
  17.             <prop oor:name="Label" oor:type="xs:string" oor:localized="true">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>A localized text that describes the command or identifier. Can be used as a label inside a menu or as short tool tip help.</desc>
  22.                 </info>
  23.             </prop>
  24.             <prop oor:name="ContextLabel" oor:type="xs:string" oor:localized="true">
  25.  
  26.                 <info>
  27.  
  28.                     <desc>A localized text that describes the identifier of a command in a structured menu.  </desc>
  29.                 </info>
  30.             </prop>
  31.             <prop oor:name="Properties" oor:type="xs:int">
  32.  
  33.                 <info>
  34.  
  35.                     <desc>
  36.                     Additional information about a single command.
  37.                     Bit 0 = Command has an image.
  38.                     Bit 1 = Image must be mirrored  (CTL/vertical text).
  39.                     Bit 2 = Image must be rotated (CTL/vertical text).
  40.                     </desc>
  41.                 </info>
  42.                 <value>0</value>
  43.             </prop>
  44.         </group>
  45.     </templates>
  46.     <component/>
  47. </oor:component-schema>
  48.  
  49.